home *** CD-ROM | disk | FTP | other *** search
/ Precision Software Appli…tions Silver Collection 1 / Precision Software Applications Silver Collection Volume One (PSM) (1993).iso / tutor / dosguide.exe / HELPDOS.ZIP / CLS.HLP < prev    next >
Text File  |  1985-09-03  |  473b  |  17 lines

  1. ------------------------  CLS - Internal DOS Command  --------------------------
  2.  
  3. CLS clears the screen display.
  4.  
  5. FORMAT:   CLS
  6.  
  7. REMARKS:
  8.  
  9.    This command clears the entire screen display.  If screen colors have been
  10.    set using "Extended Screen Control" functions, the color setting remains in
  11.    effect after the screen is cleared.  Otherwise, the screen is reset to white
  12.    characters on a black background.
  13.  
  14. EXAMPLE:  Clear the screen
  15.  
  16.           CLS
  17.